home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
etc
/
init.d
/
x-setup
< prev
Wrap
Text File
|
2006-01-09
|
348b
|
16 lines
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo/src/livecd-tools/x-setup.init,v 1.3 2005/03/01 18:13:51 wolf31o2 Exp $
depend() {
before xdm local
need mkxf86config
}
start() {
ebegin "Configuring OpenGL"
/usr/sbin/x-setup
eend $?
}